2014-05-09 - 6474 - Spec - SNC IDOC failed for 7 Series Materials #SNCProject #ABAPSUPPORT #ABAPSNC #abapidoc #abapexit
SPECIFICATIONS
2014-05-08-Spec-6474-SNC IDOC failed for 7 Series Materials
Purpose
Outbound IDOCs form ECC are not processed in SNC system when POs are created with 7 Series Materials
Admin Info
Purpose
|
SNC POs created for 7 Series Materials were not shown up in SNC UI
|
Requested By
|
Rahul Attarde
|
Spec Created By
|
Adithya, Venkat
|
Spec Created Date
|
05/09/2014
|
Spec QA by
|
Venkat, Adithya
|
Objects
|
ZXM06U33
|
Document Status
|
Complete
|
References
Prior Tickets
N/A
Documents
N/A
Changes to Last Specs
[List the changes made to program after the approval of the original requirement along with the Date on which change request received and the name of the initiator]
N/A
Functional Requirement
Purpose/WHY:
[Explain the purpose of the project and the reason why this requirement has come]
The POs created with 7 Series Materials were not processed in SNC and the POs were not seen in SNC UI.
The 7 Series Materials are FGEN Materials created by FERT Generator with configurable material in it and variants configured to those materials.
The PO Information to SNC System is Transferred by IDOCs ORDRS and ORDCHG.
When a PO is created in ECC with 7 Series Materials, PO is not transferred to SNC System as the IDOC contains the Class and Characteristics information.
It is decided to suppress the Class and Characteristic segment in the IDOC as that information is not required to Vendor.
In Scope:
[List the
activities to be included in scope]
Suppress Segment EICUCFG & E1CUREF in the SNC Outbound IDOCs from ECC with Basic type : /AFS/ORDERS05 and Output type : ZSNC Message type : ORDERS and ORDCHG.
Out of Scope:
[Out of scope activities]
Similar Business Processes and subsequent effects are not covered in the scope.
Other Output types relevant to the basic type /AFS/ORDERS05 are not included in the scope.
Solution Summary
[Discuss this section with Requester and get approval prior to beginning work]
Suppress the Segment EICUCFG and E1CUREF in the IDOC so that Class and Characteristic information is not sent to SNC and the POs are seen in the SNC System.
Test Plan
[List test scenarios/cases to be executed here]
Test ID
|
Test Scenario
|
Expected Results
|
SNC001
|
Create a PO with 7 Series materials
|
An IDOC must be triggered with Basic Type/AFS/ORDER05 and Message type: ORDERS with suppressed Segments EICUCFG and Sub Segment E1CUREF and PO must be shown in SNC System
|
SNC002
|
Change the 7 Series PO
|
An IDOC must be triggered with Basic Type/AFS/ORDER05 and Message type: ORDCHG with suppressed Segments
EICUCFG and Sub Segment E1CUREF and changed data of PO must be shown in SNC System
|
Solution Details
[Provide complete technical details for configuration or programming here]
The segments are suppressed using User Exit "ZXM06U33" by ensuring that changes are applicable only for SNC Idocs. Segments are suppressed for both Publish (AFS/ORDRS05) and Change (AFS/ORDCH) PO's.
Issues